home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / compile_object next >
Text File  |  2001-04-06  |  407b  |  12 lines

  1. SYNOPSIS
  2.         object compile_object(string filename)
  3.  
  4. DESCRIPTION
  5.         This function is caled if the interpreter cannot find the
  6.         file for an object to be loaded. The master object has now
  7.         the opportunity to return an object that will then serve as if
  8.         compiled from the given filename.
  9.  
  10.         If 0 is returned, the usual ``Could not load descr for'' error
  11.         will occur.
  12.